SixBit API Schema
WhoMadeType Simple Type
Description
Who made the item.
Namespace (none)
Type
Restriction of xs:string
Diagram
WhoMadeType Simple Type
Overview
WhoMadeType Restriction of xs:string
Who made the item.
Facets
EnumerationNone
Enumerationi_did
Enumerationcollective
Enumerationsomeone_else
Source
<xs:simpleType name="WhoMadeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Who made the item.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="None" />
    <xs:enumeration value="i_did" />
    <xs:enumeration value="collective" />
    <xs:enumeration value="someone_else" />
  </xs:restriction>
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.